home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / gnumake.zip / TAGS < prev    next >
Text File  |  1994-05-21  |  14KB  |  239 lines

  1. ADDRESS_FUNCTION    ./alloca.c    /^#define ADDRESS_FUNCTION(arg) (char *) i00afunc (&/
  2. BADARGS    ./function.c    /^#define BADARGS(func)                                  \\$/
  3. DEBUGP2    ./implicit.c    /^#define DEBUGP2(msg, a1, a2)                              \\$/
  4. DEBUGPR    ./make.h    /^#define DEBUGPR(msg) \\$/
  5. D_NAMLEN    ./dir.c    /^#define D_NAMLEN(d) strlen((d)->d_name)$/
  6. ENUM_BITFIELD    ./make.h    /^#define    ENUM_BITFIELD(bits)    :bits$/
  7. FIXUP_KERNEL_SYMBOL_ADDR    ./getloadavg.c    /^#define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_va/
  8. HASH    ./make.h    /^#define    HASH(var, c) \\$/
  9. LDAV_CVT    ./getloadavg.c    /^#define LDAV_CVT(n) (LOAD_AVE_CVT (n) \/ 100.0)$/
  10. Marscan    ./arscan.c    /^main (argc, argv)$/
  11. Mgetloadavg    ./getloadavg.c    /^main (argc, argv)$/
  12. Mgetopt    ./getopt.c    /^main (argc, argv)$/
  13. Mgetopt1    ./getopt1.c    /^main (argc, argv)$/
  14. Mmain    ./main.c    /^main (argc, argv, envp)$/
  15. PATH_VAR    ./make.h    /^#define    PATH_VAR(var)    char var[PATH_MAX]$/
  16. REAL_DIR_ENTRY    ./dir.c    /^#define REAL_DIR_ENTRY(dp) 1$/
  17. S_ISDIR    ./make.h    /^#define    S_ISDIR(mode)    (((mode) & S_IFMT) == S_IFDI/
  18. S_ISREG    ./make.h    /^#define    S_ISREG(mode)    (((mode) & S_IFMT) == S_IFRE/
  19. TOUCH_ERROR    ./remake.c    /^#define TOUCH_ERROR(call) return (perror_with_name/
  20. WAIT_NOHANG    ./job.c    /^#define    WAIT_NOHANG(status)    waitpid (-1, (status),/
  21. WCOREDUMP    ./job.c    /^#define WCOREDUMP(x) ((x) & 0x80)$/
  22. WEXITSTATUS    ./job.c    /^#define WEXITSTATUS(x) (((x) >> 8) & 0xff)$/
  23. WIFEXITED    ./job.c    /^#define WIFEXITED(x) (WTERMSIG (x) == 0)$/
  24. WIFSIGNALED    ./job.c    /^#define WIFSIGNALED(x) (WTERMSIG (x) != 0)$/
  25. WTERMSIG    ./job.c    /^#define WTERMSIG(x) ((x) & 0x7f)$/
  26. _getopt_initialize    ./getopt.c    /^_getopt_initialize (optstring)$/
  27. _getopt_internal    ./getopt.c    /^_getopt_internal (argc, argv, optstring, longopts,/
  28. alloca    ./make.h    /^#define    alloca(n)    __builtin_alloca (n)$/
  29. allocated_variable_expand    ./variable.h    /^#define    allocated_variable_expand(line) \\$/
  30. allocated_variable_expand_for_file    ./expand.c    /^allocated_variable_expand_for_file (line, file)$/
  31. alpha_compare    ./misc.c    /^alpha_compare (s1, s2)$/
  32. ar_glob    ./ar.c    /^ar_glob (arname, member_pattern, size)$/
  33. ar_glob_alphacompare    ./ar.c    /^ar_glob_alphacompare (a, b)$/
  34. ar_glob_match    ./ar.c    /^ar_glob_match (desc, mem, truncated,$/
  35. ar_member_date    ./ar.c    /^ar_member_date (name)$/
  36. ar_member_date_1    ./ar.c    /^ar_member_date_1 (desc, mem, truncated,$/
  37. ar_member_pos    ./arscan.c    /^ar_member_pos (desc, mem, truncated,$/
  38. ar_member_touch    ./arscan.c    /^ar_member_touch (arname, memname)$/
  39. ar_name    ./ar.c    /^ar_name (name)$/
  40. ar_name_equal    ./arscan.c    /^ar_name_equal (name, mem, truncated)$/
  41. ar_parse_name    ./ar.c    /^ar_parse_name (name, arname_p, memname_p)$/
  42. ar_scan    ./arscan.c    /^ar_scan (archive, function, arg)$/
  43. ar_touch    ./ar.c    /^ar_touch (name)$/
  44. bcmp    ./make.h    /^#define bcmp(s1, s2, n)    memcmp ((s1), (s2), (n))$/
  45. bcopy    ./make.h    /^#define bcopy(s, d, n)    memcpy ((d), (s), (n))$/
  46. block_remote_children    ./remote-stub.c    /^block_remote_children ()$/
  47. build_vpath_lists    ./vpath.c    /^build_vpath_lists ()$/
  48. bzero    ./make.h    /^#define bzero(s, n)    memset ((s), 0, (n))$/
  49. check_dep    ./remake.c    /^check_dep (file, depth, this_mtime, must_make_ptr)/
  50. check_renamed    ./file.h    /^#define check_renamed(file) \\$/
  51. child_access    ./misc.c    /^child_access ()$/
  52. child_error    ./job.c    /^child_error (target_name, exit_code, exit_sig, cor/
  53. child_execute_job    ./job.c    /^child_execute_job (stdin_fd, stdout_fd, argv, envp/
  54. child_handler    ./job.c    /^child_handler (sig)$/
  55. chop_commands    ./commands.c    /^chop_commands (cmds)$/
  56. collapse_continuations    ./misc.c    /^collapse_continuations (line)$/
  57. concat    ./misc.c    /^concat (s1, s2, s3)$/
  58. conditional_line    ./read.c    /^conditional_line (line, filename, lineno)$/
  59. construct_command_argv    ./job.c    /^construct_command_argv (line, restp, file)$/
  60. construct_command_argv_internal    ./job.c    /^construct_command_argv_internal (line, restp, shel/
  61. construct_include_path    ./read.c    /^construct_include_path (arg_dirs)$/
  62. construct_vpath_list    ./vpath.c    /^construct_vpath_list (pattern, dirpath)$/
  63. convert_suffix_rule    ./rule.c    /^convert_suffix_rule (target, source, cmds)$/
  64. convert_to_pattern    ./rule.c    /^convert_to_pattern ()$/
  65. copy_dep_chain    ./misc.c    /^copy_dep_chain (d)$/
  66. count_implicit_rule_limits    ./rule.c    /^count_implicit_rule_limits ()$/
  67. create_pattern_rule    ./rule.c    /^create_pattern_rule (targets, target_percents,$/
  68. decode_env_switches    ./main.c    /^decode_env_switches (envar, len)$/
  69. decode_switches    ./main.c    /^decode_switches (argc, argv, env)$/
  70. define_automatic_variables    ./variable.c    /^define_automatic_variables ()$/
  71. define_default_variables    ./default.c    /^define_default_variables ()$/
  72. define_makeflags    ./main.c    /^define_makeflags (all, makefile)$/
  73. define_variable    ./variable.c    /^define_variable (name, length, value, origin, recu/
  74. define_variable_for_file    ./variable.c    /^define_variable_for_file (name, length, value, ori/
  75. define_variable_in_set    ./variable.c    /^define_variable_in_set (name, length, value, origi/
  76. delete_child_targets    ./commands.c    /^delete_child_targets (child)$/
  77. delete_target    ./commands.c    /^delete_target (file, on_behalf_of)$/
  78. dep_name    ./misc.c    /^dep_name (dep)$/
  79. describe_member    ./arscan.c    /^describe_member (desc, name, truncated,$/
  80. die    ./main.c    /^die (status)$/
  81. dir_contents_file_exists_p    ./dir.c    /^dir_contents_file_exists_p (dir, filename)$/
  82. dir_file_exists_p    ./dir.c    /^dir_file_exists_p (dirname, filename)$/
  83. dir_name    ./dir.c    /^dir_name (dir)$/
  84. do_define    ./read.c    /^do_define (name, namelen, origin, lineno, infile, /
  85. dup2    ./job.c    /^dup2 (old, new)$/
  86. end_of_token    ./misc.c    /^end_of_token (s)$/
  87. enter_command_line_file    ./main.c    /^enter_command_line_file (name)$/
  88. enter_file    ./file.c    /^enter_file (name)$/
  89. error    ./misc.c    /^error (s1, s2, s3, s4, s5, s6)$/
  90. exchange    ./getopt.c    /^exchange (argv)$/
  91. exec_command    ./job.c    /^exec_command (argv, envp)$/
  92. execute_file_commands    ./commands.c    /^execute_file_commands (file)$/
  93. expand_argument    ./expand.c    /^expand_argument (str, end)$/
  94. expand_function    ./function.c    /^expand_function (o, function, text, end)$/
  95. f_mtime    ./remake.c    /^f_mtime (file, search)$/
  96. fatal    ./misc.c    /^fatal (s1, s2, s3, s4, s5, s6)$/
  97. fatal_error_signal    ./commands.c    /^fatal_error_signal (sig)$/
  98. file_exists_p    ./dir.c    /^file_exists_p (name)$/
  99. file_hash_enter    ./file.c    /^file_hash_enter (file, name, oldhash, oldname)$/
  100. file_impossible    ./dir.c    /^file_impossible (filename)$/
  101. file_impossible_p    ./dir.c    /^file_impossible_p (filename)$/
  102. file_mtime    ./file.h    /^#define file_mtime(f) file_mtime_1 ((f), 1)$/
  103. file_mtime_1    ./file.h    /^#define file_mtime_1(f, v) \\$/
  104. file_mtime_no_search    ./file.h    /^#define file_mtime_no_search(f) file_mtime_1 ((f),/
  105. find_char_unquote    ./read.c    /^find_char_unquote (string, stopchar, blank)$/
  106. find_directory    ./dir.c    /^find_directory (name)$/
  107. find_next_token    ./misc.c    /^find_next_token (ptr, lengthptr)$/
  108. find_percent    ./read.c    /^find_percent (pattern)$/
  109. find_semicolon    ./read.c    /^find_semicolon (string)$/
  110. find_stack_direction    ./alloca.c    /^find_stack_direction ()$/
  111. free_child    ./job.c    /^free_child (child)$/
  112. freebuffer    ./read.c    /^#define freebuffer(lb) free ((lb)->buffer)$/
  113. freerule    ./rule.c    /^freerule (rule, lastrule)$/
  114. get_path_max    ./misc.c    /^get_path_max ()$/
  115. getcwd    ./make.h    /^#define    getcwd(buf, len)    getwd (buf)$/
  116. getdtablesize    ./job.c    /^#define getdtablesize() NOFILE$/
  117. getloadavg    ./getloadavg.c    /^getloadavg (loadavg, nelem)$/
  118. getopt    ./getopt.c    /^getopt (argc, argv, optstring)$/
  119. getopt_long    ./getopt1.c    /^getopt_long (argc, argv, options, long_options, op/
  120. getopt_long_only    ./getopt1.c    /^getopt_long_only (argc, argv, options, long_option/
  121. glob_pattern_p    ./ar.c    /^glob_pattern_p (pattern, quote)$/
  122. handle_function    ./function.c    /^handle_function (op, stringp)$/
  123. header    ./alloca.c    150
  124. i00afunc    ./alloca.c    /^i00afunc (long *address)$/
  125. index    ./make.h    /^#define    index(s, c)    strchr((s), (c))$/
  126. init_access    ./misc.c    /^init_access ()$/
  127. init_dir    ./dir.c    /^init_dir ()$/
  128. init_sig    ./signame.c    /^init_sig (number, abbrev, name)$/
  129. init_switches    ./main.c    /^init_switches ()$/
  130. initbuffer    ./read.c    /^#define initbuffer(lb) (lb)->buffer = (char *) xma/
  131. initialize_file_variables    ./variable.c    /^initialize_file_variables (file)$/
  132. initialize_variable_output    ./expand.c    /^initialize_variable_output ()$/
  133. install_default_implicit_rules    ./default.c    /^install_default_implicit_rules ()$/
  134. install_default_suffix_rules    ./default.c    /^install_default_suffix_rules ()$/
  135. install_pattern_rule    ./rule.c    /^install_pattern_rule (p, terminal)$/
  136. isblank    ./make.h    /^#define    isblank(c)    ((c) == ' ' || (c) == '\\t')$/
  137. job_next_command    ./job.c    /^job_next_command (child)$/
  138. library_search    ./remake.c    /^library_search (lib, mtime_ptr)$/
  139. lindex    ./misc.c    /^lindex (s, limit, c)$/
  140. load_too_high    ./job.c    /^load_too_high ()$/
  141. log_access    ./misc.c    /^log_access (flavor)$/
  142. log_working_directory    ./main.c    /^log_working_directory (entering)$/
  143. lookup_file    ./file.c    /^lookup_file (name)$/
  144. lookup_variable    ./variable.c    /^lookup_variable (name, length)$/
  145. make_access    ./misc.c    /^make_access ()$/
  146. makefile_error    ./misc.c    /^makefile_error (file, lineno, s1, s2, s3, s4, s5, /
  147. makefile_fatal    ./misc.c    /^makefile_fatal (file, lineno, s1, s2, s3, s4, s5, /
  148. merge_variable_set_lists    ./variable.c    /^merge_variable_set_lists (setlist0, setlist1)$/
  149. merge_variable_sets    ./variable.c    /^merge_variable_sets (set0, set1)$/
  150. message    ./misc.c    /^message (s1, s2, s3, s4, s5, s6)$/
  151. multi_glob    ./read.c    /^multi_glob (chain, size)$/
  152. my_index    ./getopt.c    /^my_index (str, chr)$/
  153. name_mtime    ./remake.c    /^name_mtime (name)$/
  154. new_job    ./job.c    /^new_job (file)$/
  155. new_pattern_rule    ./rule.c    /^new_pattern_rule (rule, override)$/
  156. next_token    ./misc.c    /^next_token (s)$/
  157. notice_finished_file    ./remake.c    /^notice_finished_file (file)$/
  158. num_abbrev    ./signame.c    70
  159. open_dirstream    ./dir.c    /^open_dirstream (directory)$/
  160. parse_file_seq    ./read.c    /^parse_file_seq (stringp, stopchar, size, strip)$/
  161. patsubst_expand    ./function.c    /^patsubst_expand (o, text, pattern, replace, patter/
  162. pattern_matches    ./function.c    /^pattern_matches (pattern, percent, word)$/
  163. pattern_search    ./implicit.c    /^pattern_search (file, archive, depth, recursions)$/
  164. perror_with_name    ./misc.c    /^perror_with_name (str, name)$/
  165. pfatal_with_name    ./misc.c    /^pfatal_with_name (name)$/
  166. pointer    ./alloca.c    64
  167. pop_variable_scope    ./variable.c    /^pop_variable_scope ()$/
  168. print_commands    ./commands.c    /^print_commands (cmds)$/
  169. print_data_base    ./main.c    /^print_data_base ()$/
  170. print_dir_data_base    ./dir.c    /^print_dir_data_base ()$/
  171. print_file    ./file.c    /^print_file (f)$/
  172. print_file_data_base    ./file.c    /^print_file_data_base ()$/
  173. print_file_variables    ./variable.c    /^print_file_variables (file)$/
  174. print_rule    ./rule.c    /^print_rule (r)$/
  175. print_rule_data_base    ./rule.c    /^print_rule_data_base ()$/
  176. print_spaces    ./misc.c    /^print_spaces (n)$/
  177. print_variable    ./variable.c    /^print_variable (v, prefix)$/
  178. print_variable_data_base    ./variable.c    /^print_variable_data_base ()$/
  179. print_variable_set    ./variable.c    /^print_variable_set (set, prefix)$/
  180. print_version    ./main.c    /^print_version ()$/
  181. print_vpath_data_base    ./vpath.c    /^print_vpath_data_base ()$/
  182. psignal    ./signame.c    /^psignal (signal, message)$/
  183. push_new_variable_scope    ./variable.c    /^push_new_variable_scope ()$/
  184. read_all_makefiles    ./read.c    /^read_all_makefiles (makefiles)$/
  185. read_dirstream    ./dir.c    /^read_dirstream (stream)$/
  186. read_makefile    ./read.c    /^read_makefile (filename, flags)$/
  187. readline    ./read.c    /^readline (linebuffer, stream, filename, lineno)$/
  188. reap_children    ./job.c    /^reap_children (block, err)$/
  189. record_files    ./read.c    /^record_files (filenames, pattern, pattern_percent,/
  190. recursively_expand    ./expand.c    /^recursively_expand (v)$/
  191. reference_variable    ./expand.c    /^reference_variable (o, name, length)$/
  192. remake_file    ./remake.c    /^remake_file (file)$/
  193. remote_kill    ./remote-stub.c    /^remote_kill (id, sig)$/
  194. remote_status    ./remote-stub.c    /^remote_status (exit_code_ptr, signal_ptr, coredump/
  195. remove_comments    ./misc.c    /^remove_comments (line)$/
  196. remove_intermediates    ./file.c    /^remove_intermediates (sig)$/
  197. rename_file    ./file.c    /^rename_file (file, name)$/
  198. rindex    ./make.h    /^#define    rindex(s, c)    strrchr((s), (c))$/
  199. savestring    ./misc.c    /^savestring (str, length)$/
  200. search_path    ./job.c    /^search_path (file, path, program)$/
  201. selective_vpath_search    ./vpath.c    /^selective_vpath_search (path, file, mtime_ptr)$/
  202. set_default_suffixes    ./default.c    /^set_default_suffixes ()$/
  203. set_file_variables    ./commands.c    /^set_file_variables (file)$/
  204. sig_abbrev    ./signame.c    /^sig_abbrev (number)$/
  205. sig_number    ./signame.c    /^sig_number (abbrev)$/
  206. sigmask    ./make.h    /^#define    sigmask(sig)    (1 << ((sig) - 1))$/
  207. signame_init    ./signame.c    /^signame_init ()$/
  208. sindex    ./misc.c    /^sindex (big, blen, small, slen)$/
  209. sizeof    ./main.c    /^static char options[sizeof (switches) \/ sizeof (sw/
  210. snap_deps    ./file.c    /^snap_deps ()$/
  211. start_job_command    ./job.c    /^start_job_command (child)$/
  212. start_remote_job    ./remote-stub.c    /^start_remote_job (argv, envp, stdin_fd, is_remote,/
  213. start_remote_job_p    ./remote-stub.c    /^start_remote_job_p ()$/
  214. start_waiting_job    ./job.c    /^start_waiting_job (c)$/
  215. start_waiting_jobs    ./job.c    /^start_waiting_jobs ()$/
  216. streq    ./make.h    /^#define streq(a, b) \\$/
  217. strerror    ./misc.c    /^strerror (errnum)$/
  218. string_glob    ./function.c    /^string_glob (line)$/
  219. subst_expand    ./function.c    /^subst_expand (o, text, subst, replace, slen, rlen,/
  220. target_environment    ./variable.c    /^target_environment (file)$/
  221. tilde_expand    ./read.c    /^tilde_expand (name)$/
  222. touch_file    ./remake.c    /^touch_file (file)$/
  223. try_implicit_rule    ./implicit.c    /^try_implicit_rule (file, depth)$/
  224. try_variable_definition    ./variable.c    /^try_variable_definition (filename, lineno, line, o/
  225. unblock_remote_children    ./remote-stub.c    /^unblock_remote_children ()$/
  226. unblock_sigs    ./job.c    /^unblock_sigs ()$/
  227. uniquize_deps    ./read.c    /^uniquize_deps (chain)$/
  228. update_file    ./remake.c    /^update_file (file, depth)$/
  229. update_file_1    ./remake.c    /^update_file_1 (file, depth)$/
  230. update_goal_chain    ./remake.c    /^update_goal_chain (goals, makefiles)$/
  231. user_access    ./misc.c    /^user_access ()$/
  232. variable_buffer_output    ./expand.c    /^variable_buffer_output (ptr, string, length)$/
  233. variable_expand    ./expand.c    /^variable_expand (line)$/
  234. variable_expand_for_file    ./expand.c    /^variable_expand_for_file (line, file)$/
  235. vpath_search    ./vpath.c    /^vpath_search (file, mtime_ptr)$/
  236. warn_undefined    ./expand.c    /^warn_undefined (name, length)$/
  237. xmalloc    ./misc.c    /^xmalloc (size)$/
  238. xrealloc    ./misc.c    /^xrealloc (ptr, size)$/
  239.